home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-03 / lurker.zip / README.TXT < prev   
Text File  |  1992-07-13  |  7KB  |  138 lines

  1. README.TXT FOR LURKER BETA 0.10A
  2. Copyright ⌐ 1992 by the VBCT Group. All Rights Reserved.
  3.  
  4. Contents:
  5. What is Lurker?
  6. Read This First....
  7. Current Features
  8. Known problems
  9. Hardware/Software requirements
  10. What's next?
  11. Revision history
  12. Project Worktable uploads
  13.  
  14.  
  15. WHAT IS LURKER?
  16.  
  17. Lurker is a group project to develop a functional CompuServe access program using Visual Basic. Lurker is freeware--not public domain, but without charge.
  18.  
  19. The Lurker team began with the two goals of developing a CompuServe program for Windows, and teaching users about Visual Basic. Over the course of the past year we have also learned a great deal about group software development across a computer network. (One of the fascinating aspects of Lurker is that we have almost 30 active members of the team, but we've never had more than 4 together for a meeting.)
  20.  
  21. Lurker is being developed in the Project Worktable section of MSBASIC, section 9. Membership in Lurker is available to anyone who wants to participate--we have very few rules. We have plenty of opportunities for testers, some opportunities for coders, and *lots* of opportunities for kibbitzers. If you'd like to join up, all we ask is that you get a survey form from Keith Pleas (our Grand Exalted Leader and Panjandrum) and fill it out. 
  22.  
  23.  
  24. READ THIS FIRST....
  25.  
  26. Read the Current Features: section below. The *big* improvement in this version is the addition of Brian Stine's really cool Setup stuff. In order to take advantage of the setup stuff, you *must*:
  27.  
  28. * Remove any section named [Lurker] from your WIN.INI file.
  29.  
  30. In addition you *should*:
  31.  
  32. * Download SECTNS.ARC from Lib 1 of the PRACTICE forum 
  33.   (it's a free download, and will expand to 260K).
  34.  
  35. * Make sure the MSBASIC.TXT and WINNEW.TXT files are in the default directory you identify for Lurker.
  36.  
  37.  
  38. CURRENT FEATURES:
  39.     
  40. This version adds Brian Stine's configuration information. Brian has done an *exhaustive* job. You'll see the big changes as soon as you start up Lurker. 
  41.  
  42. The new version includes these features:
  43.  
  44. * Multiple users are supported
  45. * Each user defines his or her own list of forums.
  46. * Multiple "hosts" (CompuServe Access points) are more-
  47.   or-less supported
  48. * Main form identifies current User and host
  49. * Lurker checks WIN.INI for configuration and default 
  50.   directory information at startup. If this is a new
  51.   install Lurker will automatically take you through 
  52.   the startup detail.
  53. * If SECTNS.LST is present Lurker will handle forum
  54.   changes with automatic lookup. (Go ahead--try using
  55.   Brian's type-ahead feature. Make sure you have SECTNS.LST 
  56.   in your LURKER directory, and use the Forum Editor to
  57.   Add a Forum. You'll get the complete list. Type "R" and
  58.   presto! you're off to the R section. Slick, no?)
  59. * User configuration information is written to Lurker.ini.
  60.   Note that the password is written in an encrypted
  61.   fashion. (See FioEncrypt and FioDecrypt for more.)
  62.  
  63. In addition, the following minor revisions have been made:
  64.  
  65. * Lurker automatically centers the Lurker form at startup.
  66.  
  67. * Sub Main has been altered slightly to make startup 
  68.   happen a little faster.
  69.  
  70. * The caption on the command button in the Forums list
  71.   box on the Main form has been changed and disabled for
  72.   now.
  73.  
  74.  
  75. KNOWN PROBLEMS:
  76.  
  77. * If you add a forum, and then add a duplicate of that
  78.   forum, Lurker does not trap the error. If you realize
  79.   the error and delete the duplicate Lurker will kill off
  80.   that's forum's section. So you'll have a forum showing
  81.   in the config stuff, but no forum detail in your Lurker
  82.   INI file. (We'll add an error trap. Workaround is to 
  83.   make a change to the forum that's left--the detail will
  84.   be written to the INI file.)
  85.  
  86. * If the phony messages for Browser are not in the Lurker
  87.   directory, you will get nailed with DOS Error #53--File
  88.   Not Found. This is a prototype version of Browser, so
  89.   we won't fix the bug. We'll add a functional Browser.
  90.   (Workaround: copy WINNEW.TXT to the Lurker directory.)
  91.  
  92. * User Information includes a password field. When adding
  93.   a password that's great. But when viewing password in-
  94.   formation you are shown the user's current password.
  95.   That's not great. (No present workaround. This needs to
  96.   be changed.)
  97.  
  98. * No form controls have Tag properties set for Help doc- 
  99.   umentation.
  100.  
  101.  
  102. HARDWARE/SOFTWARE REQUIREMENTS:
  103.  
  104. This version of Lurker only requires Windows 3.0 or higher. Two versions will be posted: MAINF.ZIP will include the source code, while LURKER.ZIP will include just the EXE.
  105.  
  106. This version does not require *any* add-ons to test. 
  107.  
  108. (If you want to peek at some of Brian's code it wouldn't hurt to have a copy of the Windows Programmer's Ref handy.)
  109.  
  110.  
  111. WHAT'S NEXT?
  112.  
  113. At present we have code submitted from the Comm team that will let the user access the Microsoft Knowledge Base on CompuServe. We have to integrate that with the Setup material from Brian, so it'll be a few days before we're ready to put that up. When that goes up you will have to have (at least) the VBComm runtime.
  114.  
  115. We (the I/O team) are also at work on getting a version of Browser running using indexed file access. Whether that happens before the MSKB reader gets integrated is a good question.
  116.  
  117.  
  118. REVISION HISTORY:
  119.  
  120. Version:     Date:        Notes:
  121. 0.10        6/?/92        Initial posting of MAINF
  122. 0.10a        7/13/92        Setup added.
  123.  
  124.  
  125. PROJECT WORKTABLE UPLOADS:
  126.  
  127. As we post more and more stuff for Lurker, there will be more and more files to download. We propose to handle postings in this fashion:
  128.  
  129. Lurker (in it's entirety) will be maintained in two files. MAINF.ZIP will include the all the source code required for the current level. LURKER.ZIP will include an EXE--no source. Neither file will contain *any* runtimes needed for add-ons. Any add-ons required will be noted in the README.TXT file and in the Library listing.
  130.  
  131. We will also post a third file that includes all the changed forms and modules for a new revision level. If you're current on Lurker code all you'll have to do is download that file, delete the appropriate files from the Lurker project file and add in the new files.
  132.  
  133.  
  134. Please--open up Lurker and try it out. Add users, add forums, try all sorts of stuff. We need to know how it works. 
  135.  
  136. In addition, if you've volunteered for testing--take a good hard look at the routines included in UTILS.BAS. Try them in test code--check them out for completeness, little "features" that crop up, and whether the internal documentation is accurate.
  137.  
  138. Thanks!